CygNet ELF Trend Grid Control – ActiveX Properties

The ELF Trend Grid Tool is an ActiveX control. As such, an ELF Trend Grid Tool object has an ActiveX page on the Property Sheet. Many of these properties are the object’s formatting properties. Values for the ActiveX Properties can be set directly on the ActiveX page or in the OCX Properties dialog box, which is accessed by clicking the (OCXProperties) property.

Property Description

CellColor

Specifies the default cell color. The default color is white (RGB 255.255.255).

DdsSiteService

Specifies the DDS site and service from which to get the facility information to display in the trend (in "site.service" format). The default is blank.

DeviceID

The device ID of the ELF device in the DDS. The default is blank.

Display24HourTime

Indicates whether to display data in 24-hour time. The default is 0 - No.

EndHour

Specifies the end hour for the trend grid display for a fixed time window. Format is MM/DD/YYYY hh:mm:ss AM/PM. The default is the current system date and time.

FailedValidationCellColor

Specifies the cell color to indicate that an hourly historical or forecast input value failed validation and was modified. The default color is pale yellow (RGB 255.255.128).

FilledCellColor

Specifies the cell color to indicate that an hourly historical or forecast input value was modified by data filling parameters. The default color is aqua (RGB 128.255.255).

FutureBackColor

Specifies the background color for future data points in the ELF trend graph. The default color is blue (RGB 0.0.255).

GeneralConfigXml

An XML string that contains the accumulated configuration settings for the General properties for the ELF Trend Grid control. See Configuring Device and Display Options.

GraphLegendFormat

Specifies the format of the graph legend using tokenized text. Click to specify a Display Format. Select an item to display, including: Description, Long Point ID, Facility ID (FAC), Facility Description, UDC, UDC Description, and Units. The default is %facilityid%.%uniformdatacode%. See Using Text Tokens for general information about tokenized text.

GridPointIdFormat

Specifies the format of the grid legend using tokenized text. Click to specify a Display Format. Select an item to display, including: Description, Long Point ID, Facility ID (FAC), Facility Description, UDC, UDC Description, and Units. The default is %facilityid%.%uniformdatacode%, %units%. See Using Text Tokens for general information about tokenized text.

GridSizePercent

Specifies the maximum space allocated for the grid. The default is 30.

IsDynamicTime

Specifies if the Time Window for displayed data is dynamic. The default is 0 - No.

MaxGridRows

Specifies the maximum number of rows to display in the trend grid. The default is 15.

MinGridRows

Specifies the minimum number of rows to display in the trend grid. The default is 3.

MissingCellColor

Specifies the cell color to indicate that an hourly historical or forecast input value was missing from the import file and a placeholder value was added instead The default color is gray (RGB 212.212.212).

NumDynamicHours

Specifies the number of dynamic hours to display. The default is 336 (2 weeks).

OverriddenCellColor

Specifies the cell color to indicate that forecasted hourly values are overridden with externally provided forecast values. The default color is orange (RGB 255.174.87).

PastBackColor

Specifies the background color for past data points in the ELF trend graph. The default color is red (RGB 255.0.0).

SeriesConfigXml

An XML string that contains the accumulated configuration settings for the Series properties for the ELF Trend Grid control. See Configuring Trend Series.

ShowUnitsInCells

Indicates whether to display units in cells. The default is 0 - No.

StartHour

Specifies the start hour for the trend grid display for a fixed time window. Format is MM/DD/YYYY hh:mm:ss AM/PM.

TargetFacility

Specifies the Target Meter or Group for which to display data. The default is blank.

UnreliableCellColor

Specifies the cell color to indicate that an unreliable bit was set on a calculated forecast point. The default color is a pale red (RGB 255.128.128).

ViewType

Specifies the type of view to display: The options are 0 - Graph Only, 1 - Grid Only, or 2 - Both. The default is 2 - Both.

Back to top